| 1. | Write unit tests before you write the code 在编写代码之前编写单元测试。 |
| 2. | Write unit test programs for your code 为你的代码编写单元测试程序。 |
| 3. | You accomplish several quality goals by writing unit tests first 您通过首先编写单元测试来完成几个质量目标: |
| 4. | You can write unit tests by hand or generate them automatically 既可以手动编写单元测试,也可以自动生成它们。 |
| 5. | The developers write unit tests to test individual classes and subsystems 如果没有完成测试程序,开发人员就不能写功能代码。 |
| 6. | Write unit tests 编写单元测试。 |
| 7. | In this article , you will learn how to write unit tests for an application using a new testing framework called 在本文中,您将学习到如何用这个叫做 |
| 8. | When you re dealing with simple data or service objects , writing unit tests is straightforward 当您正在处理简单数据或服务对象时,编写单元测试很简单。 |
| 9. | Plus it takes into account the undeniable fact that if you don ' t write unit tests first , you never write them 另外不可否认的是如果你没有写单元测试程序,那么就别进行开发。 |
| 10. | Mock objects are a useful way to write unit tests for objects that act as mediators . instead of calling the real 模仿对象( mock object )是为起中介者作用的对象编写单元测试的有用方法。 |